From: Emmanuele Bassi Date: Fri, 24 Dec 2021 15:48:06 +0000 (+0000) Subject: build: Replace source_root() X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~91^2^2~14^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=bd772610b1d0fbbe836e158b0eb24be31ffd30ec;p=gtk4.git build: Replace source_root() Use project_source_root(), which replaces the deprecated source_root(). --- diff --git a/demos/meson.build b/demos/meson.build index 550f90b0de..91eb3c465c 100644 --- a/demos/meson.build +++ b/demos/meson.build @@ -3,7 +3,7 @@ demo_profile = get_option('profile') demo_conf_h = declare_dependency( sources: custom_target('demo-header', - command: [gen_demo_header, meson.source_root(), demo_profile], + command: [gen_demo_header, meson.project_source_root(), demo_profile], capture: true, output: 'demo_conf.h', build_by_default: true,